type go/build.fileImport

3 uses

	go/build (current package)
		build.go#L1368: 	imports  []fileImport
		build.go#L1373: type fileImport struct {
		read.go#L470: 			info.imports = append(info.imports, fileImport{path, spec.Pos(), doc})